google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.IsPlaceholder (method, view implemented interface methods)

12 uses

	google.golang.org/protobuf/internal/impl (current package)
		extension.go#L136: 	if !xi.desc.ExtensionDescriptor.IsPlaceholder() {

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L133: 	if t.IsPlaceholder() {

	google.golang.org/protobuf/internal/filedesc
		desc.go#L572: 		if ed.IsPlaceholder() && protoreflect.Name(b).IsValid() {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L184: 			if fd != nil && fd.IsWeak() && fd.Message().IsPlaceholder() {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L189: 			if fd != nil && fd.IsWeak() && fd.Message().IsPlaceholder() {

	google.golang.org/protobuf/proto
		decode.go#L158: 			if fd.IsWeak() && fd.Message().IsPlaceholder() {

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L181: 				if f.Enum() != nil && !f.Enum().IsPlaceholder() && f.Enum().Syntax() != protoreflect.Proto3 {
		desc_validate.go#L252: 		if md := x.ContainingMessage(); !md.IsPlaceholder() {
		desc_validate.go#L319: 	case md == nil || md.IsPlaceholder():

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L87: 	IsPlaceholder() bool

	github.com/golang/protobuf/jsonpb
		decode.go#L315: 		if fd.IsWeak() && fd.Message().IsPlaceholder() {

	github.com/golang/protobuf/proto
		text_decode.go#L128: 		case fd.IsWeak() && fd.Message().IsPlaceholder():